Package edu.uky.ai.lp
Class Settings
java.lang.Object
edu.uky.ai.lp.Settings
public class Settings
extends java.lang.Object
Settings for the game.
- Author:
- Stephen G. Ware
-
Field Summary
Fields Modifier and Type Field Description static intDELAYThe number of seconds for LogicAgent to wait after movingstatic java.lang.StringTITLEThe title to be displayed on the game windowstatic longVERSION_UIDThe current version of the gamestatic intZOOMThe magnification for the map -
Constructor Summary
Constructors Constructor Description Settings() -
Method Summary
-
Field Details
-
TITLE
public static final java.lang.String TITLEThe title to be displayed on the game window- See Also:
- Constant Field Values
-
VERSION_UID
public static final long VERSION_UIDThe current version of the game- See Also:
- Constant Field Values
-
ZOOM
public static final int ZOOMThe magnification for the map- See Also:
- Constant Field Values
-
DELAY
public static final int DELAYThe number of seconds for LogicAgent to wait after moving- See Also:
- Constant Field Values
-
-
Constructor Details
-
Settings
public Settings()
-